home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / PERL / UNIX / HINTS / MIPS.SH < prev    next >
Text File  |  1992-01-04  |  412b  |  18 lines

  1. cmd_cflags='optimize="-g"'
  2. perl_cflags='optimize="-g"'
  3. tcmd_cflags='optimize="-g"'
  4. tperl_cflags='optimize="-g"'
  5. d_volatile=undef
  6. d_castneg=undef
  7. cc=cc
  8. libpth="/usr/lib/cmplrs/cc $libpth"
  9. groupstype=int
  10. nm_opts='-B'
  11. case $PATH in
  12. *bsd*:/bin:*) cat <<END
  13. NOTE:  Some people have reported having much better luck with Mips CC than
  14. with the BSD cc.  Put /bin first in your PATH if you have difficulties.
  15. END
  16. ;;
  17. esac
  18.